home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / find_difference.swf / scripts / DefineButton2_42 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-09-05  |  148 b   |  12 lines

  1. on(release){
  2.    if(time >= "10")
  3.    {
  4.       time -= "10";
  5.    }
  6.    tellTarget("/boy")
  7.    {
  8.       gotoAndStop("bad");
  9.       play();
  10.    }
  11. }
  12.